home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 21 / Cream of the Crop 21 (Terry Blount) (October 1996).iso / sound / rsynth22.zip / PHONES.H < prev    next >
C/C++ Source or Header  |  1994-09-19  |  161b  |  9 lines

  1. #define PHONE(nm,br,am,ex) nm,
  2. enum phone_e { SIL,
  3. #include "phones.def"
  4. END };
  5. #undef PHONE
  6. extern char *ph_name[];
  7. extern char *ph_br[];
  8. extern char *ph_am[];
  9.